toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.event
/
[jvm]Observer
Observer
@
FunctionalInterface
(
)
public
interface
Observer
<
T
extends
Event
>
A common interface for all event observers.
Parameters
<T>
the event type
Members
Functions
on
Link copied to clipboard
public
abstract
void
on
(
T
event
)
Invoked when the event occurred.